home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
includes
/
pmplugin.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-11-18
|
1KB
|
44 lines
/*
*--- PageMaker.h ----------------------------------------------
* Copyright (c) 1995 Adobe Systems, Inc. All rights reserved.
*
* This contains the common .h files for a PageMaker plug-in.
*
* $Revision: 1.2 $
*
*
*
*--------------------------------------------------------------
*/
#ifndef __PageMaker__
#define __PageMaker__
#include "PMTypes.h"
#include "PMCommands.h"
#include "PMQueries.h"
#include "PMUtils.h"
#include "PMMemory.h"
#include "PMKeywords.h"
#ifndef __cplusplus
// #include "PMUtils.h" // this replaces the obsolete PageMakerPBMacros.h
#else
// Try the new PageMaker Class Library!
#endif
// Most plug-ins will need these error codes
#include "PMCQErrs.h"
// You probably won't need these error codes
#if 0
#include "PageMakerDialogErrs.h"
#include "PageMakerFileErrs.h"
#include "PageMakerImpExpErrs.h"
#include "PageMakerPrinterErrs.h"
#include "PageMakerTextErrs.h"
#include "PageMakerMiscErrs.h"
#endif
#endif // __PageMaker__